@font-face {
	font-family: "Roboto-Light";
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: "Roboto-Regular";
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Roboto-Thin";
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype');
}

.last {
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Roboto-Regular';
}

a {
	color: rgb(0, 166, 202);
}

a:hover, a:focus {
	color: #056495
}

a, button, .btn {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a, a:hover, a:focus {
	text-decoration: none
}

.right {
	float: right
}

.left {
	float: left
}

.clr {
	clear: both
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(0, 166, 202);
}

/* top header */
#loginform {
	width: 500px;
	margin: 50px auto;
	background: #f5f5f5;
	padding: 10px
}
#top_header {
	background: #fff;
	border-bottom: 1px solid rgb(0, 166, 202);
	min-height: 115px;
	height: auto;
	padding: 10px 0
}
#function {
	text-align: right;
	font-size: 14px;
	color: rgb(0, 166, 202);
	height: 23px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
    height: auto;
}
#function #setting_menu{
	white-space: nowrap;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    vertical-align: middle;
}
#function div{
	padding: 0.1% 1%;
	border: none;
}
@media (max-width: 500px){
	#function button, #function #username, #function #user-role, #function #logout {
		font-size: 12px;
	}
}
#username {
	font-size: 14px;
	color: #505050;
	color: rgb(0, 166, 202);
	display: inline;
	z-index: 2;
}

#user-role {
	font-size: 14px;
	color: #505050;
	color: rgb(0, 166, 202);
	display: inline;
}
#function .dropdown-menu{
    right: -1px;
    left: inherit;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin:0;
    border-top: none;
    border-right: none;
}
#function .dropdown-menu a{
	padding: 3px 11px;
}
#function .dropdown-menu .divider{
	margin: 0;
}
#function #username button{
	border: none;
	padding: 0px;
	background: none !important;
	box-shadow:none;
	color: #00a6ca;
}
#function #username span{
	color: #000;
}
#logout{
	display: inline;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
}
/* main logo */
#top_header .logo_main {
	display: inline-block;
	height: 40px;
	width: 100%;
	line-height: 40px
}
#top_header .logo_main:focus {
	background: #111 !important;
}
#top_header .logo_main #tlo {
	width: 180px;
	margin: 20px 10px;
}
/* content */
#wrapper_all {
	min-height: 100%;
	height: auto
}

/* #brand {
	padding: 5px 20px;
} */
.req1:after {
	content: "*";
	font-size: 22px;
	color: #cc0000;
	padding-left: 4px;
	position: absolute;
	margin-top: 4px
}

.req:before {
	content: "*";
	font-size: 22px;
	color: #cc0000;
	margin-left: -15px;
	margin-right: 5px;
}

#pages {
	display: inline-block;
	padding: 5px;
	color: #606060;
	max-width: 500px;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
}

#pages ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#pages ul li {
	list-style: none;
	display: inline-block;
	width: 14px;
}

#pages ul li.active {
	font-weight: 600;
	color: #000;
	background: none;
}

#pages ul li:hover {
	font-weight: 600;
	color: #000;
	background: none;
}

#controls {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #303030;
	font-family: 'Roboto-Regular';
	border-bottom: 1px solid rgb(0, 166, 202);
	/* background: #f7f7f7; */
}

.info {
	color: red !important;
}

.infoactive {
	color: rgb(49, 180, 4) !important;
}

#pop-up {
	position: absolute;
	top: 0px;
	left: 0%;
	margin: 0px auto;
	margin-bottom: 0;
	background: url("../img/transparentnew.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	/* height:783px; */
	height: 100%;
	display: none;
	z-index: 99;
}
/* validation */
input.parsley-error, textarea.parsley-error, select.parsley-error,
	.parsley-error .ms-selection .ms-list, .parsley-error .select2-container-multi .select2-choices,
	.parsley-error .input_validate {
	border: 1px solid #cc0000 !important;
	background: #fff2f2 !important
}

.parsley-error-list {
	margin: 0;
	padding: 5px 0 0
}

.parsley-error-list li {
	list-style: none;
	font-size: 12px;
	color: #cc0000;
	line-height: 0.5px;
}

div.parsley-error .parsley-error-list {
	margin-top: 5px
}

.parsley-error-list+label {
	margin-top: 10px
}
/*form validation*/
input.parsley-success {
	color: #333 !important;
}

input.parsley-error {
	color: #B94A48 !important;
	border: 1px solid #F44 !important;
}

ul.parsley-error-list {
	font-size: 11px;
	margin: 2px;
	list-style-type: none;
	padding-left: 0;
	float: left;
}

ul.parsley-error-list li {
	color: #B94A48;
	line-height: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* footer */
#footer {
	height: 39px;
	line-height: 39px;
	margin-top: -40px;
	border-top: 1px solid #e1e1e1;
	position: relative;
	background: #f7f7f7;
	color: #555;
	font-size: 14px
}

.button {
	float: left;
	background: rgb(0, 166, 202) !important;
	color: #f7f7f7;
	border: none;
	border-radius: 2px;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 14px;
}

span.inf {
	color: red;
}

#footertext {
	margin-left: 20px;
	float: left;
}

#footerrighttext {
	float: right;
	margin-right: 20px;
}

.boxed {
	background: #f6f6f6
}

.boxed #wrapper_all, .boxed #footer {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.boxed #wrapper_all {
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.boxed #footer {
	margin-top: -40px;
	position: relative
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571428572em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin { 
	0%{
	-moz-transform:rotate(0deg)
	}
	100%{
	-moz-transform:rotate(359deg)
	}
	}
@-webkit-keyframes spin { 
	0%{
	-webkit-transform:rotate(0deg)
	}
	100%{
	-webkit-transform:rotate(359deg)
	}
	}
@-o-keyframes spin { 
	0%{
	-o-transform:rotate(0deg)
	}
	100%{
	-o-transform:rotate(359deg)
	}
	}
@-ms-keyframes spin {
	0%{
	-ms-transform:rotate(0deg)
	}
	100%{
	-ms-transform:rotate(359deg)
	}
	}
@keyframes spin { 
	0%{
	transform:rotate(0deg)
	}
	100%{
	transform:rotate(359deg)
	}
}
.fa-check:before {
	content: "\f00c"
}

.fa-times:before {
	content: "\f00d"
}

.fa-camera:before {
	content: "\f030"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-info:before {
	content: "\f129"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-plus-square-o:before {
	content: "\f196"
}
.fa-lock:before {
	content: "\f023"
}
.fa-sort:before {
	content: "\f0dc"
}

.empty {
	color: gray;
}

table#customer-data {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	border-spacing: 0;
}
.log-table {
	margin-right: 0px !important; 
    margin-left: 0px !important; 
    margin-top:3%;
}
#customer-data thead {
	background: #e1e1e1;
	color: #434848;
	line-height: 30px;
}

.toptext {
	color: #333;
}

input[type="reset"], input[type="submit"], input[type="button"], button.btn-primary,
	.btn-default, button {
	background: rgb(0, 166, 202) !important;
}

input[type="reset"][disabled], input[type="submit"][disabled], input[type="button"][disabled],
	button.btn-primary[disabled], .btn-default[disabled], button[disabled]
	{
	background: rgb(0, 166, 202) !important;
	opacity: 0.4;
}

.modal-body button, .xdsoft_datepicker button {
	background: none !important;
}

.multiselect {
	background: #fff !important;
	color: #333 !important;
	min-width: 200px !important;
	text-align: left;
}

.multiselect-container {
	min-width: 190px !important;
}

.multiselect-container>.active>a, .multiselect-container>.active>a:hover,
	.multiselect-container>.active>a:focus {
	color: #333 !important;
	text-decoration: none;
	outline: 0;
	background: #fff !important;
}

.ddicon {
	float: right;
	margin: 8px;
}

.dropdown {
	font-weight: 400;
	font-size: 14px;
	color: #333;

	background: #fff;
	border: 1px solid #e1e1e1;
}

#adminlog table tbody tr td{
		line-height:25px;
		padding:5px 0 5px 10px !important;
	}
	#adminlog table tbody tr {
		border-top:1px solid #f7f7f7;
	}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*subscriber form*/
.subscriber_form{
	padding:15px;
	width:75%; 
	margin:auto;
	background: #fbfbfb; 
	border: 1px solid #fff; 
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	display: block;	
}
.subscriber_form td{
	vertical-align:top;
}
.subscriber_question table{
	display: block;
}
.subscriber_question caption{
	display: inline-block;
	color:#00a6ca;
}
.subscriber_question .option_list{
	padding: 2px 0;
	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 1.6em !important;
	letter-spacing: 0.1px;
}
.subscriber_question .option_list p{
	margin:0;
}
.subscriber_question .option_list label{
	width:70px;
	text-align:right;
}
.subscriber_question .option_list input[type=radio]{
	margin: 8px 3px;
}
.option_list td{
    vertical-align: top;
}
.subscriber_question ul{
	list-style: none;
	padding-left: 3%;
}
.subscriber_footer{
	width:100%;
}
.subscriber_footer p{
	margin:auto;
	font-family: Roboto-Light;
	font-size: 14px;
    padding-left: 3%;
}
.subscriber_footer input{
	float:right;
	display:block;
	margin-right: 8px;
	background: rgb(0, 166, 202) !important;
	color: #f7f7f7;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	padding: 6px 14px;
}
.subscriber_summary{
    border: 1px solid rgb(229, 229, 229);
    display: block;
	margin: 1% 1% 1% 10%;
    padding: 1%;
    width:90%;
}
.subscriber_summary .sub_que h5{
    margin-left: 3%;
}
.subscriber_summary .sub_ans{
    margin-left: 5%;
}
#inputFieldsmyForm{
	margin-bottom:30px !important;
}
.idmtext
{
	font-size: 24px;
}
#page
{
    padding-left: 0px; 
    margin-left: 0px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
	.portal {
    font-size: 17px !important;
}
}
.device_drop_width {
	width: 100%;
}

.auth_code1 {
	margin-left: 17%;
}

@media (max-width: 820px){
	.auth_code1 {
		margin-left: 0%;
	}
	}
@media ( min-width: 495px) and (max-width: 515px){
	.auth_code1 {
		margin-left: 3%;
	}
	.auth_img {
		margin-top: 5%;
	}
}

@media ( min-width: 450px) and (max-width: 494px){
	.auth_img {
		margin-top: 5%;
	}
}
select.dropdownbox {
	border: 2px solid #e1e1e1;
	margin-left: 20px;
	padding: 0px 10px;
	height: 30px;
	width: 100px;
}
@media ( max-width: 450px) {
	select.dropdownbox {
		margin-left: 5px;
		padding: 0px 5px;
		width: 90px;
	}
}
.masquerade_section {
	position: absolute;
	width: 100%;
	text-align:center;
	z-index: 1;
}

.masquerade_enabled {
	display: block;
}

.masquerade_msg {
	max-width: 500px;
	margin: auto;
	background: #f1f1f1;
	position: relative;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.masquerade_exit {
	color: red;
	padding: 0 5px;
	cursor: pointer;
	position: absolute;
	right: 6px;
	z-index: 1;
	top: 0px;
}

.masquerade_exit:hover {
	color: red;
	text-decoration: underline;
}

@media ( max-width : 768px) {
	.masquerade_section {
		position: relative;
		margin-bottom: 2px;
	}
	.masquerade_msg{
	    border-radius: 0px;
	    max-width: none;
	    width:100%;
	}
}

.btn-secondary, .bootbox-close-button {
	background-color: buttonface !important;;
}

.brand-divider {
	font-size: 32px;
}

.w-70 {
	width: 70%;
}

.mt-100 {
	margin-top: 100px;
}

.p-20 {
	padding: 20px;
}

.xpanel {
	margin: 0 auto;
	position: relative;
	top: 0px;
}

.xpanel-default {
	background: #fbfbfb;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.xpanel-sm {
	max-width: 340px;
	min-width: 150px;
}

.xpanel-header {
	padding-bottom: 10px;
}

.xpanel-header h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.xpanel-body {
	padding: 10px;
}

.error-lg {
	font-size: 20px;
	color: #C91E1E;
	text-align: center;
}

.sales-masquerade h1 {
	margin-bottom: 30px;
	font-size: 18px;
}

.sales-masquerade .list-group a {
	color: #434848;
	font-size: 16px;
	padding: 10px;
	display: block;
}

.sales-masquerade .list-group {
	margin: 0;
}

.sales-masquerade .list-group-item {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	padding: 0;
}

.sales-masquerade .list-group-item:last-child {
	border: 0;
}

.sales-masquerade .list-group-item:hover {
	background-color: #dfe9ec;
}

.sales-masquerade .user-list {
	margin-bottom: 200px;
}

.small-hlink {
	font-weight: bold;
	text-decoration: underline;
	color: #858585;
}